home *** CD-ROM | disk | FTP | other *** search
- % header
- 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
- % end of app-specific header
- 00FF 0000 0000 00FF 00FF % pict size (bogus) and top left bottom right
- 11 01 % verson
- 01 000A 0000 0000 00FF 00FF % Clip region. Added to keep Mac tester happy.
- 30 0000 0000 00FF 00FF % draw bounding rect
-
- 02 AA AA AA AA AA AA AA AA % fill pat
- 09 FF FF FF FF FF FF FF FF % pn pat
- 0A AA 55 AA 55 AA 55 AA 55 % back pat
-
- % draw A grid to draw rectangles in
- 20 0010 0000 0010 00FF
- 20 0000 0010 00FF 0010
- 20 0050 0000 0050 00FF
- 20 0000 0050 00FF 0050
-
- 20 0000 0080 00FF 0080
- 20 0000 00C0 00FF 00C0
-
- 20 0080 0000 0080 00FF
- 20 00C0 0000 00C0 00FF
-
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %
- % This test expands upon the basic test of four arcs
- % on the screen. It does this by framing one of them in
- % black, and another paints over an erased one. This, then,
- % demonstrates that two of the ...samearc work as they should
- % We also frame and paint over the other two arcs.
- %
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
- % Frame an arc
- 60 0010 0010 0050 0050 0020 00FF
-
- % paint over a portion of it's arc
- 69 0030 0050
-
- % paint an adjacent one
- 61 0010 0080 0050 00C0 0020 00FF
-
- % fill over part of it
- 69 0000 0050
-
- % try to invert the painted one (ha ha)
- 63 0010 0080 0050 00C0 0020 00FF
-
- % erase part of this inverted area. =)
- 6A 0040 0030
-
- % fill one below one
- 64 0080 0080 00C0 00C0 0070 00B0
-
- % Now, frame this arc (in black)
-
- 68 0020 00FF
-
- % erase a different one
- 62 0080 0010 00C0 0050 0020 00FF
-
- % paint over this one (thus, making it totally black, rater than bkgnd color)
- 69 0020 00FF
-
- FF % end
-